/* Custom fonts */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital@0;1&family=Roboto:ital,wght@0,300;1,300&display=swap');

/* *{
    border: 1px solid red;
}*/

body {
    font-family: 'IBM Plex Sans', sans-serif;
}

/* text */
h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 45px;
    color: white;
    font-weight: 600;
}

h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    color: white;
}

h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
}

h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-weight: 100;
    color: white;
    line-height: 150%;
}

.VRITabHead#nav-tab-Main,
.VRITabHead#nav-tab-Sec,
.VRITabHead#nav-tab-Cond,
.VRITabHead#nav-tab-General {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-weight: 100;
    line-height: 150%;
}

h2#section {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 128%;
    color: black;
}

h2#subsection {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 128%;
    color: black;
}

a#help {
    color: white;
    font-weight: 400;
    text-decoration: none;
}

    a#help:hover {
        text-decoration: underline;
    }

p#descriptionMessage {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #A9AFB4;
}

.accordion-button {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 28px !important;
    font-style: normal;
    font-weight: normal;
    font-weight: 100;
    line-height: 150%;
}

/* Buttons */
.btn, #loadButton {
    font-family: 'IBM Plex Sans', sans-serif;
    align-items: center;
    padding: 8px 20px;
    color: #2595E5;
    background: #EDF7FD;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-transform: none;
    box-shadow: none;
    border-radius: 0px;
}

.dropdown-item {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #A9AFB4;
}

.btn.btn-success {
    border-radius: 3px;
}

div#EditorPart .btn {
    border-radius: 3px;
}

    div#EditorPart .btn i {
        width: 20px;
    }

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, #loadButton:focus, #loadButton:hover {
    color: #1679BF;
    background-color: #D7EFFD;
    box-shadow: none;
    cursor: pointer;
}



/* Tables */
.critErrorMessage {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: red;
}


th, td {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #54595C;
    vertical-align: middle;
}

.fa-check-circle {
    margin-left: 20px;
    color: #2595E5;
}

.table-hover > tbody > tr:hover {
    background-color: #def1fd;
}

.nav-link {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-size: 22px;
    line-height: 24px;
    color: #54595C;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #2595E5;
    background-color: #EDF7FD;
    border-color: #2595E5;
}

.nav-tabs .nav-link:hover {
    background-color: #f5fbff;
}


.accordion-button:not(.collapsed) {
    color: #2595E5;
}

.rowSelected {
    background-color: #cadeeb !important;
}

.nodata-input {
    border: 1px solid #ea0909;
    background-color: #ff00001a;
}

.required-field:invalid {
    border: 1px solid #ea0909;
    background-color: #ffe5e5;
}

ul.dropdown-menu {
    min-width: 40vw !important;
    max-width: 80vw;
}

    ul.dropdown-menu li span.text {
        text-wrap: wrap;
    }
